combobox: Make wrap-width and grid mode work again
authorDaniel Boles <dboles@src.gnome.org>
Thu, 19 Jan 2017 21:23:51 +0000 (21:23 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Thu, 19 Jan 2017 22:08:45 +0000 (22:08 +0000)
commitc790724469942adc1dfb906dbdc68ee28ccb3b33
tree8e64a48a9bf5dc3728d2c19c3a7f16c300754ee0
parent47bc8603b0cb1676ce5887de3aeba511a5f85ad6
combobox: Make wrap-width and grid mode work again

Commit fdc0c6426b6fb751653f3a8536a344f69a6407ac for removing (partly!)
appears-as-list also deleted the code that propagated wrap-width to the
TreeMenu and thus put us into “grid mode”. This restores that code.

And as Benjamin noted, calling check_appearance() here is wrong, so bye.
gtk/gtkcombobox.c